Meta description:

When performing a Resist reaction, the user may spend 5 Success Points (SP) to reduce the reaction cooldown by 1. Each subsequent reduction costs 1 SP more than the previous one (2s = 11 SP, 3s = 18 SP, etc.).

  • Name:

    mResistMasteryI

  • Displayed name:

    Resist mastery I

  • Description:

    When performing a Resist reaction, the user may spend 5 Success Points (SP) to reduce the reaction cooldown by 1. Each subsequent reduction costs 1 SP more than the previous one (2s = 11 SP, 3s = 18 SP, etc.).

  • Cost:

    expCost(spAmountMod(5)*450,400)

  • Script:

  • Duration:

    -1

  • Type:

    0

  • Recurrent script:

  • Add ons:

    • Condition:

      action:tagsContain([[resist]]) or action.name == [[aResist]]

    • Description:

    • Variables:

      vResistSpAmount = 5

    • Script:

    • Action effects:

      • Use case:

        1

      • Name:

      • Description:

        You spend vResistSpUsed.string of cooldown reduction on your reactions.

      • Script:

        character.currentReaction = character.currentReaction - {{vResistSpUsed.value}}

      • Variables:

        vResistSpUsed = NumberVariable([[vResistSpUsed]],[[Reduction]],0,[[]]) vResistSpUsed.valueDisplay.value = [[sum("n",1,self,[=[vResistSpAmount+n-1]=]) .. " SP for " .. self .." s"]]

  • Upgrades:

    • Name:

      mResistMasteryII

    • Displayed name:

      Resist mastery II

    • Description:

      Reduces the amount needed for the first reduction to 4 SP.

    • Cost:

    • Script:

      master.displayName:set([[Resist mastery II]]) master.description:replace([[spend 5 Success]],[[spend 4 Success]]) master.description:replace([[2s = 11 SP]],[[2s = 9 SP]]) master.description:replace([[3s = 18 SP]],[[3s = 15 SP]]) master.addOns[1].variables.value = [[vResistSpAmount = 4]] master.cost:replace("spAmountMod(5)","spAmountMod(4)")

    • Duration:

      -1

    • Type:

      0

    • Recurrent script:

    • Add ons: